FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.7.16  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ee.tehik.mpi#0.1.0-beta (47 ms)

Package ee.tehik.mpi
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ee.tehik.mpi@0.1.0-beta&canonical=https://example.org/fhir/StructureDefinition/MyModelTest
Url https://example.org/fhir/StructureDefinition/MyModelTest
Status draft
Date 2022-10-24T12:41:14.1551376+00:00
Name MyModelTest
Experimental False
Type https://example.org/fhir/StructureDefinition/MyLogicalModelTest
Kind logical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found



Source

{
  "resourceType" : "StructureDefinition",
  "url" : "https://example.org/fhir/StructureDefinition/MyModelTest",
  "name" : "MyModelTest",
  "status" : "draft",
  "date" : "2022-10-24T12:41:14.1551376+00:00",
  "fhirVersion" : "4.0.1",
  "kind" : "logical",
  "abstract" : false,
  "type" : "https://example.org/fhir/StructureDefinition/MyLogicalModelTest",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation" : "specialization",
  "differential" : {
    "element" : [
      {
        "id" : "MyLogicalModelTest",
        "path" : "MyLogicalModelTest",
        "min" : 0,
        "max" : "*",
        "type" : [
          {
            "code" : "Element"
          }
        ]
      },
      {
        "id" : "MyLogicalModelTest.code",
        "path" : "MyLogicalModelTest.code",
        "short" : "code of observation",
        "min" : 0,
        "max" : "*",
        "type" : [
          {
            "code" : "Coding",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/Coding"
            ]
          }
        ],
        "fixedCoding" : {
          "system" : "http://snomed.info/sct",
          "code" : "3463464",
          "display" : "Some SNOMED code"
        }
      },
      {
        "id" : "MyLogicalModelTest.valueInt",
        "path" : "MyLogicalModelTest.valueInt",
        "short" : "Value of observation",
        "min" : 0,
        "max" : "*",
        "type" : [
          {
            "code" : "integer",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/integer"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "rule1",
            "requirements" : "value > 0 and value < 100",
            "severity" : "error",
            "human" : "Value shoud be between 1 and 99"
          }
        ]
      },
      {
        "id" : "MyLogicalModelTest.valueCode",
        "path" : "MyLogicalModelTest.valueCode",
        "min" : 0,
        "max" : "*",
        "type" : [
          {
            "code" : "Coding",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/Coding"
            ]
          }
        ],
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://terminology-server/ValueSet/some-vs"
        }
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.